home *** CD-ROM | disk | FTP | other *** search
- Path: cyberus.ca!news
- From: Jan Burle <bc166@freenet.carleton.ca>
- Newsgroups: comp.lang.c++
- Subject: Re: Communication between WIN apps?
- Date: Tue, 19 Mar 1996 09:42:18 -0500
- Organization: Cyberus Online Inc.
- Message-ID: <314EC7CA.22DC@freenet.carleton.ca>
- References: <4im3n4$hor@lantana.singnet.com.sg>
- NNTP-Posting-Host: dialup103.cyberus.ca
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0 (Win95; I)
-
- Mikhail Choo W.M. wrote:
-
- > Hi there,
- > I was wondering if there is a way for windows applications to communicate
- > between one another.
-
- Registered windows messages may be used for a simple way of communication.
-
- see: RegisterWindowMessage, PostAppMessage, etc..
-
- Jan.
-
-